home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / The Ugly Stick / source code / cfrg.r next >
Encoding:
Text File  |  1997-06-27  |  575 b   |  40 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        cfrg.r
  3.  
  4.     Contains:    <contents>
  5.  
  6.     Written by:    Kevin Hewitt & Tim Knox
  7.  
  8.     Copyright:    <copyright>
  9.  
  10. */
  11.  
  12.  
  13. #define UseExtendedCFRGTemplate 1
  14.  
  15. #include "CodeFragmentTypes.r"
  16.  
  17.  
  18. resource 'cfrg' (0) {
  19.     {    /* array memberArray: 4 elements */
  20.         extendedEntry {
  21.             kPowerPC,
  22.             kFullLib,
  23.             kNoVersionNum,
  24.             kNoVersionNum,
  25.             kDefaultStackSize,
  26.             kNoAppSubFolder,
  27.             kIsLib,
  28.             kOnDiskFlat,
  29.             kZeroOffset,
  30.             kSegIDZero,
  31.             "Text2Something",
  32.             kFragSOMClassLibrary,
  33.             "AbstractCMPlugin",
  34.             "",
  35.             "",
  36.             "A Contextual Menu Plugin which beautifies a text document"
  37.         }
  38.     }
  39. };
  40.